home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMTEELEGEND / TFORMTEELEGEND.txt
Encoding:
Text File  |  2002-03-14  |  6.3 KB  |  337 lines

  1. object FormTeeLegend: TFormTeeLegend
  2.   Left = 207
  3.   Top = 203
  4.   ActiveControl = CBShow
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   ClientHeight = 224
  8.   ClientWidth = 374
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object L12: TLabel
  19.     Left = 132
  20.     Top = 44
  21.     Width = 78
  22.     Height = 21
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = 'Text St&yle:'
  26.     FocusControl = CBLegStyle
  27.   end
  28.   object L7: TLabel
  29.     Left = 123
  30.     Top = 16
  31.     Width = 86
  32.     Height = 21
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Caption = 'Legend &Style:'
  36.     FocusControl = CBLegendStyle
  37.   end
  38.   object L10: TLabel
  39.     Left = 236
  40.     Top = 76
  41.     Width = 73
  42.     Height = 21
  43.     Alignment = taRightJustify
  44.     AutoSize = False
  45.     Caption = '% Top &Pos:'
  46.     FocusControl = SETopPos
  47.   end
  48.   object L11: TLabel
  49.     Left = 232
  50.     Top = 104
  51.     Width = 77
  52.     Height = 17
  53.     Alignment = taRightJustify
  54.     AutoSize = False
  55.     Caption = '% Color &Width:'
  56.     FocusControl = SEColWi
  57.   end
  58.   object CBShow: TCheckBox
  59.     Left = 26
  60.     Top = 11
  61.     Width = 63
  62.     Height = 17
  63.     HelpContext = 679
  64.     Caption = '&Visible'
  65.     State = cbChecked
  66.     TabOrder = 0
  67.     OnClick = CBShowClick
  68.   end
  69.   object BColor: TButton
  70.     Left = 24
  71.     Top = 35
  72.     Width = 85
  73.     Height = 25
  74.     HelpContext = 160
  75.     Caption = 'Bac&k Color...'
  76.     TabOrder = 1
  77.     OnClick = BColorClick
  78.   end
  79.   object BFont: TButton
  80.     Left = 24
  81.     Top = 68
  82.     Width = 85
  83.     Height = 25
  84.     HelpContext = 213
  85.     Caption = 'F&ont...'
  86.     TabOrder = 2
  87.     OnClick = BFontClick
  88.   end
  89.   object BFrame: TButton
  90.     Left = 24
  91.     Top = 100
  92.     Width = 85
  93.     Height = 25
  94.     HelpContext = 221
  95.     Caption = '&Frame...'
  96.     TabOrder = 3
  97.     OnClick = BFrameClick
  98.   end
  99.   object CBResizeChart: TCheckBox
  100.     Left = 128
  101.     Top = 77
  102.     Width = 101
  103.     Height = 17
  104.     HelpContext = 407
  105.     Caption = 'Resi&ze Chart'
  106.     State = cbChecked
  107.     TabOrder = 4
  108.     OnClick = CBResizeChartClick
  109.   end
  110.   object CBInverted: TCheckBox
  111.     Left = 128
  112.     Top = 101
  113.     Width = 93
  114.     Height = 17
  115.     HelpContext = 250
  116.     Caption = '&Inverted'
  117.     TabOrder = 5
  118.     OnClick = CBInvertedClick
  119.   end
  120.   object CBLegendStyle: TComboBox
  121.     Left = 216
  122.     Top = 12
  123.     Width = 149
  124.     Height = 21
  125.     HelpContext = 273
  126.     Style = csDropDownList
  127.     ItemHeight = 13
  128.     Items.Strings = (
  129.       'Automatic'
  130.       'Series Names'
  131.       'Series Values'
  132.       'Last Values')
  133.     TabOrder = 6
  134.     OnChange = CBLegendStyleChange
  135.   end
  136.   object CBLegStyle: TComboBox
  137.     Left = 216
  138.     Top = 40
  139.     Width = 149
  140.     Height = 21
  141.     HelpContext = 642
  142.     Style = csDropDownList
  143.     ItemHeight = 13
  144.     Items.Strings = (
  145.       'Plain'
  146.       'Left Value'
  147.       'Right Value'
  148.       'Left Percent'
  149.       'Right Percent'
  150.       'X Value')
  151.     TabOrder = 7
  152.     OnChange = CBLegStyleChange
  153.   end
  154.   object SETopPos: TEdit
  155.     Left = 316
  156.     Top = 71
  157.     Width = 33
  158.     Height = 21
  159.     HelpContext = 654
  160.     TabOrder = 8
  161.     Text = '0'
  162.     OnChange = SETopPosChange
  163.   end
  164.   object SEColWi: TEdit
  165.     Left = 316
  166.     Top = 99
  167.     Width = 33
  168.     Height = 21
  169.     HelpContext = 166
  170.     TabOrder = 9
  171.     Text = '0'
  172.     OnChange = SEColWiChange
  173.   end
  174.   object BDivLines: TButton
  175.     Left = 256
  176.     Top = 128
  177.     Width = 109
  178.     Height = 25
  179.     HelpContext = 185
  180.     Caption = '&Dividing Lines...'
  181.     TabOrder = 10
  182.     OnClick = BDivLinesClick
  183.   end
  184.   object GB1: TGroupBox
  185.     Left = 192
  186.     Top = 159
  187.     Width = 173
  188.     Height = 57
  189.     Caption = 'Shadow:'
  190.     TabOrder = 11
  191.     object L25: TLabel
  192.       Left = 84
  193.       Top = 28
  194.       Width = 31
  195.       Height = 21
  196.       Alignment = taRightJustify
  197.       AutoSize = False
  198.       Caption = 'Siz&e:'
  199.       FocusControl = SEShadowSize
  200.     end
  201.     object BShadow: TButton
  202.       Left = 8
  203.       Top = 21
  204.       Width = 75
  205.       Height = 25
  206.       HelpContext = 427
  207.       Caption = '&Color...'
  208.       TabOrder = 0
  209.       OnClick = BShadowClick
  210.     end
  211.     object SEShadowSize: TEdit
  212.       Left = 120
  213.       Top = 23
  214.       Width = 29
  215.       Height = 21
  216.       HelpContext = 430
  217.       TabOrder = 1
  218.       Text = '0'
  219.       OnChange = SEShadowSizeChange
  220.     end
  221.     object UDShadowSize: TUpDown
  222.       Left = 149
  223.       Top = 23
  224.       Width = 15
  225.       Height = 21
  226.       Associate = SEShadowSize
  227.       Min = 0
  228.       Position = 0
  229.       TabOrder = 2
  230.       Wrap = False
  231.     end
  232.   end
  233.   object GB7: TGroupBox
  234.     Left = 24
  235.     Top = 132
  236.     Width = 145
  237.     Height = 85
  238.     Caption = 'Position:'
  239.     TabOrder = 12
  240.     object L1: TLabel
  241.       Left = 4
  242.       Top = 60
  243.       Width = 41
  244.       Height = 21
  245.       Alignment = taRightJustify
  246.       AutoSize = False
  247.       Caption = '&Margin:'
  248.       FocusControl = SEMargin
  249.     end
  250.     object RBLeft: TRadioButton
  251.       Left = 8
  252.       Top = 16
  253.       Width = 53
  254.       Height = 17
  255.       HelpContext = 40
  256.       Caption = '&Left'
  257.       TabOrder = 0
  258.       OnClick = RBLeftClick
  259.     end
  260.     object RBRight: TRadioButton
  261.       Left = 8
  262.       Top = 32
  263.       Width = 53
  264.       Height = 17
  265.       HelpContext = 40
  266.       Caption = '&Right'
  267.       TabOrder = 1
  268.       OnClick = RBRightClick
  269.     end
  270.     object RBBottom: TRadioButton
  271.       Left = 80
  272.       Top = 32
  273.       Width = 53
  274.       Height = 17
  275.       HelpContext = 40
  276.       Caption = '&Bottom'
  277.       TabOrder = 2
  278.       OnClick = RBBottomClick
  279.     end
  280.     object RBTop: TRadioButton
  281.       Left = 80
  282.       Top = 16
  283.       Width = 53
  284.       Height = 17
  285.       HelpContext = 40
  286.       Caption = '&Top'
  287.       TabOrder = 3
  288.       OnClick = RBTopClick
  289.     end
  290.     object SEMargin: TEdit
  291.       Left = 52
  292.       Top = 55
  293.       Width = 41
  294.       Height = 21
  295.       HelpContext = 244
  296.       TabOrder = 4
  297.       Text = '0'
  298.       OnChange = SEMarginChange
  299.     end
  300.     object UDMargin: TUpDown
  301.       Left = 93
  302.       Top = 55
  303.       Width = 15
  304.       Height = 21
  305.       Associate = SEMargin
  306.       Min = 0
  307.       Max = 1000
  308.       Position = 0
  309.       TabOrder = 5
  310.       Wrap = False
  311.     end
  312.   end
  313.   object UDTopPos: TUpDown
  314.     Left = 349
  315.     Top = 71
  316.     Width = 15
  317.     Height = 21
  318.     Associate = SETopPos
  319.     Min = 0
  320.     Position = 0
  321.     TabOrder = 13
  322.     Wrap = False
  323.   end
  324.   object UDColWi: TUpDown
  325.     Left = 349
  326.     Top = 99
  327.     Width = 15
  328.     Height = 21
  329.     Associate = SEColWi
  330.     Min = 0
  331.     Increment = 5
  332.     Position = 0
  333.     TabOrder = 14
  334.     Wrap = False
  335.   end
  336. end
  337.